All Questions
Tagged with user-interfacefront-end
4 questions
2votes
2answers
619views
When to update a database from changes in a "live" HTML form?
I'm working with some software that uses an HTML form for a user interface to change some configuration information. The back end is a database (loosely speaking). The front end has a hierarchy of ...
4votes
4answers
334views
What is the "architecture" that provides functionality to application-level URI interfaces, like chrome:// and Firefox's about:config, etc?
According to Wikipedia, about is an internal URI scheme (also known as a "URL scheme" or, erroneously, "protocol") in various web browsers to display certain built-in functions. It is not an ...
2votes
4answers
788views
Should every front-end developer understand the basic aspects of design?
I'd say that we're developing software in a world where the front-end of an application is probably the most important. The increasing ability for a user to access and interact with software almost ...
13votes
10answers
8kviews
Login using email or username?
Is registration login using email a better idea than username to identify the user?